home *** CD-ROM | disk | FTP | other *** search
/ MacFormat España 24 / MacFormat n. 24 (Spain) / MacFormat 24.bin / Demos / Jungle Activated! / JungleActivated Demo / jung DEMO d / 00139_BBB Info.ls < prev    next >
Encoding:
Text File  |  1996-10-14  |  282 b   |  12 lines

  1. on mouseUp
  2.   global gArtist
  3.   if the windowList = [] then
  4.     set gArtist to "BBB"
  5.     set LeftOrigin to the stageLeft
  6.     set TopOrigin to the stageTop
  7.     ArtistsMIAW(LeftOrigin + 120, TopOrigin + 90, LeftOrigin + 440, TopOrigin + 230, "BBB")
  8.   else
  9.     stopArtist()
  10.   end if
  11. end
  12.